From a04ffb53d8f0e49ecb180f46a632fed7fe413d6c Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Tue, 27 Feb 2001 19:11:59 +0000 Subject: [PATCH] (lpr-add-switches): Default to t on gnu/linux. --- lisp/lpr.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lisp/lpr.el b/lisp/lpr.el index 3188e96d763..9b24a7352d1 100644 --- a/lisp/lpr.el +++ b/lisp/lpr.el @@ -76,8 +76,8 @@ See `lpr-command'." :type '(repeat (string :tag "Argument")) :group 'lpr) -(defcustom lpr-add-switches (eq system-type 'berkeley-unix) - "*Non-nil means construct -T and -J options for the printer program. +(defcustom lpr-add-switches (memq system-type '(berkeley-unix gnu/linux)) + "*Non-nil means construct `-T' and `-J' options for the printer program. These are made assuming that the program is `lpr'; if you are using some other incompatible printer program, this variable should be nil." -- 2.30.2